Welcome![Sign In][Sign Up]
Location:
Search - MFC Me

Search list

[GUI DevelopMenu_Dialog

Description: MFC编程中,在对话框上实现菜单栏和工具栏,-MFC programming, in the dialog box on the menu bar and achieve toolbar,
Platform: | Size: 19456 | Author: 王守成 | Hits:

[VC/MFCMFC_Black_Book

Description: MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.-MFC Black Book Introduction : Are you an MFC programmer Good. There are two typ es of MFC programmers. What kind are you The firs t kind are the good programmers who write progra ms that conform to the way MFC wants you to do thin gs. The second bunch are wild-eyed anarchists w ho insist on getting things done their way. Me, I'm in the second group. If you are in the same boa t (or would like to be), this book is for you. This b ook will not teach you MFC-not in the traditional s 810005. You should pick it up with a good understan ding of basic MFC programming and a desire to do t hings differently. This is not a tutor Scribble ial (although I will review some fundamentals i n the first chapter). You will learn how to wring every drop from your MFC programs. You'll disco ver how to
Platform: | Size: 1705984 | Author: Mr .Wang | Hits:

[File Operatemfc_array_tutorial

Description: │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。   MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。 MFC数组类使用方法基本相同。--- Array.cpp Array.dsp---- Array .dsw . h-- Array.rc ArrayDlg.cpp---- Read ArrayDlg.h Me.txt-- Resource.h StdAfx.cpp---- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling is fixed, as can the elements increases, the array of memory addresses are still continuous distribution. MFC defines a template array CArray category, and a variety of commonly used types of variables defined CByteArray, CWordArray. CUIntArray,
Platform: | Size: 11264 | Author: 青衣 | Hits:

[Other resourceDKeks

Description: 俄罗斯方块(DKTetris)-附源代码 版本:1.0.0.1 运行环境:Win9X/Me/NT/2000/XP/2003+MFC42运行库 开发环境:WinXp+VC6-Russian box (DKTetris)--source code version : 1.0.0.1 operating environment : Win9X/Me/NT/2000/XP/2003 MFC42 runtime development environment : WinXp VC6
Platform: | Size: 83968 | Author: kuse | Hits:

[OthertestReport

Description: 本软件带有源码,大家可以使用到任何一个地方,解压缩后在testReport/Release目录下是完整的可执行程序,可以点击查看报表效果。 这个系统现在采用如下思路: 1、提供多种报表格式。2、数据和格式完全分开,格式可以自动生成或者通过WORD的强大功能来完成。 3、能够完成各类复杂报表的展现,包括规则的和不规则的报表,固定的和不固定报表。 4、可以支持图片、动画甚至是音乐和Flash 5、支持报表打印、预览、查找、保存、更新和页面设置等功能 如问题可以给我发mail,我的信箱:zhang_zkun@cvicse.com -software with the source code, you can use any one place, decompress after testReport/Release directory is a complete executable. can click on the View statements effect. The system now uses the following ideas : one, to provide a variety of statements format. 2, data format and completely separate from the format can be created automatically or through the power of Word to complete. 3, to complete all kinds of complex statements of the show, including rules and erratic statements, fixed and fixed statements. 4, can support pictures, animation and even music and Flash 5, support statements Print, preview, search, preservation, Page Setup and update functions as the question can give me the mail, my mailbox : zhang_zkun@cvicse.com
Platform: | Size: 1482752 | Author: zhang_zkun | Hits:

[Internet-Networkpccode_2006910125951577

Description: NetTalk是一个适用于局域网和因特网的可视电话软件 一.开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二.支持环境 Windows98/ME/2000/XP 三.所涉及协议和标准 网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准 四.性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的采样率。 数据接收端队列缓冲延迟:30*3=90ms 数据发送端录音延迟:30ms 数据压缩解压耗时:<40ms 网络延迟:<100ms(我想校网情况应该不错J) 总延迟:<260ms 根据VOIP标准,总延迟<300ms是人可以接受的,以上计算是保守的,实际情况可能会好得多。
Platform: | Size: 4151296 | Author: 杨秉岐 | Hits:

[File OperateMFC_FILE

Description: 精通MFC程序设计附源代码 MFC文件操作 非常好的例子 呵呵 站长给我多加分啊 我很努力哦 支持-Proficient MFC Programming MFC source code attached file operations Ha ha very good example of more sub-station to me ah Oh I was trying very hard to support the
Platform: | Size: 111616 | Author: czq | Hits:

[Othercalculator

Description: mfc编写的计算器未完善有做的好的给我发个给我somehearts_520@163.com-mfc prepared calculator do not have a good sound to me a month to me somehearts_520@163.com
Platform: | Size: 1885184 | Author: 李正东 | Hits:

[VC/MFCMFC

Description: MFC最好的学习代码,不需要帐号,自由下载,有兴趣的可以跟我一起研究-The best learning MFC code, do not need to account, free download, interested can join me in study
Platform: | Size: 965632 | Author: 吉吉 | Hits:

[Windows DevelopCFFtest

Description: 小结 环境是:window XP VS2005 主要技术:MFC 题目: 这是一个让你选择找出指定文件类型,让后把文件名输入到一个指定文件中。 比如你要找D盘中 以.txt文件类型的文件,然后就把它们的名字输入到output.txt文件中。 [BBsee]《锵锵三人行》2008-05-12.也说藏传佛教.rmvb 这样的文件名太长,所以在window上显示不完。 这样你可以方便查阅在一个目录下的文件。 如果有什么问题与意见可以与我联系 hanyuejun2006@163.com -Summary of the environment are: window XP VS2005 major technical: MFC Title: This is a let you choose to find the specified file type, so that after the file name entered into a specified file. For example, you are looking to D intraday. Txt file type of file, and then put their names entered into the output.txt file. [BBsee] Qiang Qiang Three 2008-05-12. Also said that Tibetan Buddhism. Rmvb this file name is too long, so could not finish in the window display. So that you can easily access a directory in the document. If you have any questions and comments can contact me hanyuejun2006@163.com
Platform: | Size: 8651776 | Author: ds | Hits:

[Menu controlmenu

Description: mfc menu的用法,可以动态创建菜单,响应用户单击事件.-mfc menu usage, you can dynamically create a menu, in response to the user click events.
Platform: | Size: 45056 | Author: wbs | Hits:

[VC/MFCMFC

Description: MFC常见的控件使用方法,有详细的函数说明和注释。这是我一个暑假学习以来,使用MFC控件的一些心得技巧。这是老师让我写了,给年级的同学看看,顺便服务大家。-MFC controls the use of common methods, detailed descriptions and notes function. This is my summer has been learning to use MFC controls some experience skills. This is the teacher let me write to grade students take a look at the way we service.
Platform: | Size: 17408 | Author: 潘洲旭 | Hits:

[VC/MFCMFC(lijinjiu)

Description: duiyuMFC的重要性,了解vc++的人都知道,这里给大家上传一些有用的资料,让大家与我一起分享。-duiyuMFC the importance of understanding vc++ know that here for everyone to upload some useful information for everyone to share with me.
Platform: | Size: 845824 | Author: xujing | Hits:

[Windows DevelopMFC

Description: mfc学习的介绍书籍,适合于初级学习,欢迎您与我分享-mfc introduce the study of books, suitable in the initial study, you are welcome to share with me
Platform: | Size: 1269760 | Author: lolly | Hits:

[Otherme

Description: 这是我初学VC学的,用VC++编写的简单的用mfc编写登陆窗口的小程序,希望能帮助那些爱学mfc的同志们,谢谢各位的支持-This is my study of VC beginner with VC++ to prepare a simple data output procedures, hope that I can study love programming comrades a little bit of help, thank you everyone s support
Platform: | Size: 305152 | Author: wangyu | Hits:

[GUI DevelopSkinST

Description: Window皮肤,包含完整源代码和使用例子,在MFC方式非常好,代码在SKinTK(SkinTool)进行修改,在VC++6.0编译通过,性能非常接近Skin++(SkinPlusPlus),在此基础上修改,制作皮肤,非常优秀代码,程序基于Windows的Hook技术,大量的GDI作图,目前系统不能运行比Windows 5.0版本以下的操作系统,至少ComBox不能运行在5.0以下的操作系统。欢迎各位进行交流,共同修改和完善。必要时联系我xiao_shang_de@sina.com-Window skin, contains the complete source code and use of examples is very good at MFC, the code at SKinTK (SkinTool) changes at the adoption of VC++6.0 compiler, performance is very near Skin++ (SkinPlusPlus), on the basis of changes to the production of skin , very good code, procedures based on the Windows-Hook technology, many GDI mapping, the current system should not run less than the Windows 5.0 version of the operating system, ComBox at least the following should not run at 5.0 operating system. Welcome you all to communicate, co-modified and improved. If necessary, contact me xiao_shang_de@sina.com
Platform: | Size: 2229248 | Author: sdxiao | Hits:

[Windows DevelopGame_1990

Description: 游戏源代码,想学习MFC游戏编程的 可以参考,自己写的代码,有问题联系我-Game source code, want to learn MFC programming can refer to the game that he wrote the code, there are problems contact me. . .
Platform: | Size: 715776 | Author: Kevin | Hits:

[Software EngineeringMFC

Description: 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we choose puzzle design as me
Platform: | Size: 294912 | Author: 张韵轩 | Hits:

[OtherMFC网络聊天室源代码

Description: 基于vs开发 注:如侵权,请联系本人,本人立即删除,qq:1124957536(this development for vistual studio 2013,if there has a illegal.please tell me,qq:1124957536)
Platform: | Size: 838656 | Author: xueyu人生 | Hits:

[OtherMFC程序员的WTL指南 (第二版)1

Description: WTL 确实震动了所有人。它具有许多 MFC GUI 类的强大功能,但是可以生成相当小的可执行代码。如果你和我一样,用 MFC 学习 GUI 编程,对 MFC 所提供的控件封装感到相当舒服,并且对 MFC 内建的灵活的消息处理也有同感;如果你和我一样,不喜欢好几百 K 的 MFC 框架附着到自己的程序上,WTL 正适合你。(WTL really shook everyone. It has many powerful functions of the MFC GUI class, but it can generate fairly small executable code. If you like me, learning GUI programming with MFC control package provided by MFC feel quite comfortable, and also have the same feeling of flexible message processing MFC built-in; if you like me, don't love the MFC framework hundreds of K attached to their own programs, WTL is for you.)
Platform: | Size: 1145856 | Author: sungodone | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net